Autogenerated HTML docs for v1.5.6-rc0
diff --git a/git-hash-object.txt b/git-hash-object.txt index 33030c0..99a2143 100644 --- a/git-hash-object.txt +++ b/git-hash-object.txt
@@ -8,7 +8,7 @@ SYNOPSIS -------- -'git-hash-object' [-t <type>] [-w] [--stdin] [--] <file>... +'git-hash-object' [-t <type>] [-w] [--stdin | --stdin-paths] [--] <file>... DESCRIPTION ----------- @@ -32,6 +32,9 @@ --stdin:: Read the object from standard input instead of from a file. +--stdin-paths:: + Read file names from stdin instead of from the command-line. + Author ------ Written by Junio C Hamano <junkio@cox.net>